home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / newconf / misc.mk < prev    next >
Encoding:
Text File  |  1992-08-27  |  602 b   |  28 lines

  1.  
  2. # makefile for miscellanous targets, 
  3. #     newfiles : new files in the source tree
  4. #     obsfiles : obsolete files in the sourctree
  5.  
  6. #include "config.mk"
  7.  
  8. DIRS=dirs.mk
  9. RCSFLAGS= -na
  10.  
  11. newfiles:
  12.     @ echo checking for new files
  13.     @ sh newfiles.sh $(DIRS) $(SD) $(RCSFLAGS) $(TREE)
  14.  
  15. newfiles_co:
  16.     @ echo find new files and check them out
  17.     @ sh newfiles.sh $(DIRS) $(SD) $(RCSFLAGS) $(TREE) co $(OD)
  18.  
  19. obsfiles:
  20.     @ echo checking for obsolete files
  21.     @ newfiles.sh $(DIRS) $(SD) -ee $(TREE)
  22.  
  23. links:
  24.     @ echo checking for non-existent links and 
  25.     @ echo making them wherever they are needed
  26.     @ MakeLinks $(OD) $(SD)
  27.     
  28.